3.4.56 \(\int \frac {\cot ^2(e+f x)}{(a+b \tan ^2(e+f x))^{5/2}} \, dx\) [356]

3.4.56.1 Optimal result
3.4.56.2 Mathematica [C] (verified)
3.4.56.3 Rubi [A] (verified)
3.4.56.4 Maple [F]
3.4.56.5 Fricas [B] (verification not implemented)
3.4.56.6 Sympy [F]
3.4.56.7 Maxima [F(-1)]
3.4.56.8 Giac [F(-1)]
3.4.56.9 Mupad [F(-1)]

3.4.56.1 Optimal result

Integrand size = 25, antiderivative size = 186 \[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=-\frac {\arctan \left (\frac {\sqrt {a-b} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)}}\right )}{(a-b)^{5/2} f}-\frac {b \cot (e+f x)}{3 a (a-b) f \left (a+b \tan ^2(e+f x)\right )^{3/2}}-\frac {(7 a-4 b) b \cot (e+f x)}{3 a^2 (a-b)^2 f \sqrt {a+b \tan ^2(e+f x)}}-\frac {(a-4 b) (3 a-2 b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a^3 (a-b)^2 f} \]

output
-arctan((a-b)^(1/2)*tan(f*x+e)/(a+b*tan(f*x+e)^2)^(1/2))/(a-b)^(5/2)/f-1/3 
*(7*a-4*b)*b*cot(f*x+e)/a^2/(a-b)^2/f/(a+b*tan(f*x+e)^2)^(1/2)-1/3*(a-4*b) 
*(3*a-2*b)*cot(f*x+e)*(a+b*tan(f*x+e)^2)^(1/2)/a^3/(a-b)^2/f-1/3*b*cot(f*x 
+e)/a/(a-b)/f/(a+b*tan(f*x+e)^2)^(3/2)
 
3.4.56.2 Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 4 vs. order 3 in optimal.

Time = 17.44 (sec) , antiderivative size = 831, normalized size of antiderivative = 4.47 \[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=-\frac {-\frac {b \sqrt {\frac {a+b+(a-b) \cos (2 (e+f x))}{1+\cos (2 (e+f x))}} \sqrt {-\frac {a \cot ^2(e+f x)}{b}} \sqrt {-\frac {a (1+\cos (2 (e+f x))) \csc ^2(e+f x)}{b}} \sqrt {\frac {(a+b+(a-b) \cos (2 (e+f x))) \csc ^2(e+f x)}{b}} \csc (2 (e+f x)) \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {\frac {(a+b+(a-b) \cos (2 (e+f x))) \csc ^2(e+f x)}{b}}}{\sqrt {2}}\right ),1\right ) \sin ^4(e+f x)}{a (a+b+(a-b) \cos (2 (e+f x)))}-\frac {4 b \sqrt {1+\cos (2 (e+f x))} \sqrt {\frac {a+b+(a-b) \cos (2 (e+f x))}{1+\cos (2 (e+f x))}} \left (\frac {\sqrt {-\frac {a \cot ^2(e+f x)}{b}} \sqrt {-\frac {a (1+\cos (2 (e+f x))) \csc ^2(e+f x)}{b}} \sqrt {\frac {(a+b+(a-b) \cos (2 (e+f x))) \csc ^2(e+f x)}{b}} \csc (2 (e+f x)) \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {\frac {(a+b+(a-b) \cos (2 (e+f x))) \csc ^2(e+f x)}{b}}}{\sqrt {2}}\right ),1\right ) \sin ^4(e+f x)}{4 a \sqrt {1+\cos (2 (e+f x))} \sqrt {a+b+(a-b) \cos (2 (e+f x))}}-\frac {\sqrt {-\frac {a \cot ^2(e+f x)}{b}} \sqrt {-\frac {a (1+\cos (2 (e+f x))) \csc ^2(e+f x)}{b}} \sqrt {\frac {(a+b+(a-b) \cos (2 (e+f x))) \csc ^2(e+f x)}{b}} \csc (2 (e+f x)) \operatorname {EllipticPi}\left (-\frac {b}{a-b},\arcsin \left (\frac {\sqrt {\frac {(a+b+(a-b) \cos (2 (e+f x))) \csc ^2(e+f x)}{b}}}{\sqrt {2}}\right ),1\right ) \sin ^4(e+f x)}{2 (a-b) \sqrt {1+\cos (2 (e+f x))} \sqrt {a+b+(a-b) \cos (2 (e+f x))}}\right )}{\sqrt {a+b+(a-b) \cos (2 (e+f x))}}}{(a-b)^2 f}+\frac {\sqrt {\frac {a+b+a \cos (2 (e+f x))-b \cos (2 (e+f x))}{1+\cos (2 (e+f x))}} \left (-\frac {\cot (e+f x)}{a^3}-\frac {2 b^3 \sin (2 (e+f x))}{3 a^2 (a-b)^2 (a+b+a \cos (2 (e+f x))-b \cos (2 (e+f x)))^2}+\frac {9 a b^2 \sin (2 (e+f x))-5 b^3 \sin (2 (e+f x))}{3 a^3 (a-b)^2 (a+b+a \cos (2 (e+f x))-b \cos (2 (e+f x)))}\right )}{f} \]

input
Integrate[Cot[e + f*x]^2/(a + b*Tan[e + f*x]^2)^(5/2),x]
 
output
-((-((b*Sqrt[(a + b + (a - b)*Cos[2*(e + f*x)])/(1 + Cos[2*(e + f*x)])]*Sq 
rt[-((a*Cot[e + f*x]^2)/b)]*Sqrt[-((a*(1 + Cos[2*(e + f*x)])*Csc[e + f*x]^ 
2)/b)]*Sqrt[((a + b + (a - b)*Cos[2*(e + f*x)])*Csc[e + f*x]^2)/b]*Csc[2*( 
e + f*x)]*EllipticF[ArcSin[Sqrt[((a + b + (a - b)*Cos[2*(e + f*x)])*Csc[e 
+ f*x]^2)/b]/Sqrt[2]], 1]*Sin[e + f*x]^4)/(a*(a + b + (a - b)*Cos[2*(e + f 
*x)]))) - (4*b*Sqrt[1 + Cos[2*(e + f*x)]]*Sqrt[(a + b + (a - b)*Cos[2*(e + 
 f*x)])/(1 + Cos[2*(e + f*x)])]*((Sqrt[-((a*Cot[e + f*x]^2)/b)]*Sqrt[-((a* 
(1 + Cos[2*(e + f*x)])*Csc[e + f*x]^2)/b)]*Sqrt[((a + b + (a - b)*Cos[2*(e 
 + f*x)])*Csc[e + f*x]^2)/b]*Csc[2*(e + f*x)]*EllipticF[ArcSin[Sqrt[((a + 
b + (a - b)*Cos[2*(e + f*x)])*Csc[e + f*x]^2)/b]/Sqrt[2]], 1]*Sin[e + f*x] 
^4)/(4*a*Sqrt[1 + Cos[2*(e + f*x)]]*Sqrt[a + b + (a - b)*Cos[2*(e + f*x)]] 
) - (Sqrt[-((a*Cot[e + f*x]^2)/b)]*Sqrt[-((a*(1 + Cos[2*(e + f*x)])*Csc[e 
+ f*x]^2)/b)]*Sqrt[((a + b + (a - b)*Cos[2*(e + f*x)])*Csc[e + f*x]^2)/b]* 
Csc[2*(e + f*x)]*EllipticPi[-(b/(a - b)), ArcSin[Sqrt[((a + b + (a - b)*Co 
s[2*(e + f*x)])*Csc[e + f*x]^2)/b]/Sqrt[2]], 1]*Sin[e + f*x]^4)/(2*(a - b) 
*Sqrt[1 + Cos[2*(e + f*x)]]*Sqrt[a + b + (a - b)*Cos[2*(e + f*x)]])))/Sqrt 
[a + b + (a - b)*Cos[2*(e + f*x)]])/((a - b)^2*f)) + (Sqrt[(a + b + a*Cos[ 
2*(e + f*x)] - b*Cos[2*(e + f*x)])/(1 + Cos[2*(e + f*x)])]*(-(Cot[e + f*x] 
/a^3) - (2*b^3*Sin[2*(e + f*x)])/(3*a^2*(a - b)^2*(a + b + a*Cos[2*(e + f* 
x)] - b*Cos[2*(e + f*x)])^2) + (9*a*b^2*Sin[2*(e + f*x)] - 5*b^3*Sin[2*...
 
3.4.56.3 Rubi [A] (verified)

Time = 0.43 (sec) , antiderivative size = 197, normalized size of antiderivative = 1.06, number of steps used = 9, number of rules used = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.320, Rules used = {3042, 4153, 374, 441, 445, 27, 291, 216}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {1}{\tan (e+f x)^2 \left (a+b \tan (e+f x)^2\right )^{5/2}}dx\)

\(\Big \downarrow \) 4153

\(\displaystyle \frac {\int \frac {\cot ^2(e+f x)}{\left (\tan ^2(e+f x)+1\right ) \left (b \tan ^2(e+f x)+a\right )^{5/2}}d\tan (e+f x)}{f}\)

\(\Big \downarrow \) 374

\(\displaystyle \frac {\frac {\int \frac {\cot ^2(e+f x) \left (-4 b \tan ^2(e+f x)+3 a-4 b\right )}{\left (\tan ^2(e+f x)+1\right ) \left (b \tan ^2(e+f x)+a\right )^{3/2}}d\tan (e+f x)}{3 a (a-b)}-\frac {b \cot (e+f x)}{3 a (a-b) \left (a+b \tan ^2(e+f x)\right )^{3/2}}}{f}\)

\(\Big \downarrow \) 441

\(\displaystyle \frac {\frac {\frac {\int \frac {\cot ^2(e+f x) \left ((a-4 b) (3 a-2 b)-2 (7 a-4 b) b \tan ^2(e+f x)\right )}{\left (\tan ^2(e+f x)+1\right ) \sqrt {b \tan ^2(e+f x)+a}}d\tan (e+f x)}{a (a-b)}-\frac {b (7 a-4 b) \cot (e+f x)}{a (a-b) \sqrt {a+b \tan ^2(e+f x)}}}{3 a (a-b)}-\frac {b \cot (e+f x)}{3 a (a-b) \left (a+b \tan ^2(e+f x)\right )^{3/2}}}{f}\)

\(\Big \downarrow \) 445

\(\displaystyle \frac {\frac {\frac {-\frac {\int \frac {3 a^3}{\left (\tan ^2(e+f x)+1\right ) \sqrt {b \tan ^2(e+f x)+a}}d\tan (e+f x)}{a}-\frac {(a-4 b) (3 a-2 b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{a}}{a (a-b)}-\frac {b (7 a-4 b) \cot (e+f x)}{a (a-b) \sqrt {a+b \tan ^2(e+f x)}}}{3 a (a-b)}-\frac {b \cot (e+f x)}{3 a (a-b) \left (a+b \tan ^2(e+f x)\right )^{3/2}}}{f}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {\frac {\frac {-3 a^2 \int \frac {1}{\left (\tan ^2(e+f x)+1\right ) \sqrt {b \tan ^2(e+f x)+a}}d\tan (e+f x)-\frac {(a-4 b) (3 a-2 b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{a}}{a (a-b)}-\frac {b (7 a-4 b) \cot (e+f x)}{a (a-b) \sqrt {a+b \tan ^2(e+f x)}}}{3 a (a-b)}-\frac {b \cot (e+f x)}{3 a (a-b) \left (a+b \tan ^2(e+f x)\right )^{3/2}}}{f}\)

\(\Big \downarrow \) 291

\(\displaystyle \frac {\frac {\frac {-3 a^2 \int \frac {1}{1-\frac {(b-a) \tan ^2(e+f x)}{b \tan ^2(e+f x)+a}}d\frac {\tan (e+f x)}{\sqrt {b \tan ^2(e+f x)+a}}-\frac {(a-4 b) (3 a-2 b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{a}}{a (a-b)}-\frac {b (7 a-4 b) \cot (e+f x)}{a (a-b) \sqrt {a+b \tan ^2(e+f x)}}}{3 a (a-b)}-\frac {b \cot (e+f x)}{3 a (a-b) \left (a+b \tan ^2(e+f x)\right )^{3/2}}}{f}\)

\(\Big \downarrow \) 216

\(\displaystyle \frac {\frac {\frac {-\frac {3 a^2 \arctan \left (\frac {\sqrt {a-b} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)}}\right )}{\sqrt {a-b}}-\frac {(a-4 b) (3 a-2 b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{a}}{a (a-b)}-\frac {b (7 a-4 b) \cot (e+f x)}{a (a-b) \sqrt {a+b \tan ^2(e+f x)}}}{3 a (a-b)}-\frac {b \cot (e+f x)}{3 a (a-b) \left (a+b \tan ^2(e+f x)\right )^{3/2}}}{f}\)

input
Int[Cot[e + f*x]^2/(a + b*Tan[e + f*x]^2)^(5/2),x]
 
output
(-1/3*(b*Cot[e + f*x])/(a*(a - b)*(a + b*Tan[e + f*x]^2)^(3/2)) + (-(((7*a 
 - 4*b)*b*Cot[e + f*x])/(a*(a - b)*Sqrt[a + b*Tan[e + f*x]^2])) + ((-3*a^2 
*ArcTan[(Sqrt[a - b]*Tan[e + f*x])/Sqrt[a + b*Tan[e + f*x]^2]])/Sqrt[a - b 
] - ((a - 4*b)*(3*a - 2*b)*Cot[e + f*x]*Sqrt[a + b*Tan[e + f*x]^2])/a)/(a* 
(a - b)))/(3*a*(a - b)))/f
 

3.4.56.3.1 Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 216
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*A 
rcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /; FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a 
, 0] || GtQ[b, 0])
 

rule 291
Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*((c_) + (d_.)*(x_)^2)), x_Symbol] :> Subst 
[Int[1/(c - (b*c - a*d)*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a, b, c, 
d}, x] && NeQ[b*c - a*d, 0]
 

rule 374
Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_)*((c_) + (d_.)*(x_)^2)^(q_ 
), x_Symbol] :> Simp[(-b)*(e*x)^(m + 1)*(a + b*x^2)^(p + 1)*((c + d*x^2)^(q 
 + 1)/(a*e*2*(b*c - a*d)*(p + 1))), x] + Simp[1/(a*2*(b*c - a*d)*(p + 1)) 
 Int[(e*x)^m*(a + b*x^2)^(p + 1)*(c + d*x^2)^q*Simp[b*c*(m + 1) + 2*(b*c - 
a*d)*(p + 1) + d*b*(m + 2*(p + q + 2) + 1)*x^2, x], x], x] /; FreeQ[{a, b, 
c, d, e, m, q}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] && IntBinomialQ[a, b, 
 c, d, e, m, 2, p, q, x]
 

rule 441
Int[((g_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_)*((c_) + (d_.)*(x_)^2)^(q_ 
)*((e_) + (f_.)*(x_)^2), x_Symbol] :> Simp[(-(b*e - a*f))*(g*x)^(m + 1)*(a 
+ b*x^2)^(p + 1)*((c + d*x^2)^(q + 1)/(a*g*2*(b*c - a*d)*(p + 1))), x] + Si 
mp[1/(a*2*(b*c - a*d)*(p + 1))   Int[(g*x)^m*(a + b*x^2)^(p + 1)*(c + d*x^2 
)^q*Simp[c*(b*e - a*f)*(m + 1) + e*2*(b*c - a*d)*(p + 1) + d*(b*e - a*f)*(m 
 + 2*(p + q + 2) + 1)*x^2, x], x], x] /; FreeQ[{a, b, c, d, e, f, g, m, q}, 
 x] && LtQ[p, -1]
 

rule 445
Int[((g_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^2)^(p_.)*((c_) + (d_.)*(x_)^2)^(q_ 
.)*((e_) + (f_.)*(x_)^2), x_Symbol] :> Simp[e*(g*x)^(m + 1)*(a + b*x^2)^(p 
+ 1)*((c + d*x^2)^(q + 1)/(a*c*g*(m + 1))), x] + Simp[1/(a*c*g^2*(m + 1)) 
 Int[(g*x)^(m + 2)*(a + b*x^2)^p*(c + d*x^2)^q*Simp[a*f*c*(m + 1) - e*(b*c 
+ a*d)*(m + 2 + 1) - e*2*(b*c*p + a*d*q) - b*e*d*(m + 2*(p + q + 2) + 1)*x^ 
2, x], x], x] /; FreeQ[{a, b, c, d, e, f, g, p, q}, x] && LtQ[m, -1]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4153
Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + 
(f_.)*(x_)])^(n_))^(p_.), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], 
 x]}, Simp[c*(ff/f)   Subst[Int[(d*ff*(x/c))^m*((a + b*(ff*x)^n)^p/(c^2 + f 
f^2*x^2)), x], x, c*(Tan[e + f*x]/ff)], x]] /; FreeQ[{a, b, c, d, e, f, m, 
n, p}, x] && (IGtQ[p, 0] || EqQ[n, 2] || EqQ[n, 4] || (IntegerQ[p] && Ratio 
nalQ[n]))
 
3.4.56.4 Maple [F]

\[\int \frac {\cot \left (f x +e \right )^{2}}{\left (a +b \tan \left (f x +e \right )^{2}\right )^{\frac {5}{2}}}d x\]

input
int(cot(f*x+e)^2/(a+b*tan(f*x+e)^2)^(5/2),x)
 
output
int(cot(f*x+e)^2/(a+b*tan(f*x+e)^2)^(5/2),x)
 
3.4.56.5 Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 342 vs. \(2 (168) = 336\).

Time = 0.42 (sec) , antiderivative size = 753, normalized size of antiderivative = 4.05 \[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\left [-\frac {3 \, {\left (a^{3} b^{2} \tan \left (f x + e\right )^{5} + 2 \, a^{4} b \tan \left (f x + e\right )^{3} + a^{5} \tan \left (f x + e\right )\right )} \sqrt {-a + b} \log \left (-\frac {{\left (a^{2} - 8 \, a b + 8 \, b^{2}\right )} \tan \left (f x + e\right )^{4} - 2 \, {\left (3 \, a^{2} - 4 \, a b\right )} \tan \left (f x + e\right )^{2} + a^{2} + 4 \, {\left ({\left (a - 2 \, b\right )} \tan \left (f x + e\right )^{3} - a \tan \left (f x + e\right )\right )} \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {-a + b}}{\tan \left (f x + e\right )^{4} + 2 \, \tan \left (f x + e\right )^{2} + 1}\right ) + 4 \, {\left (3 \, a^{5} - 9 \, a^{4} b + 9 \, a^{3} b^{2} - 3 \, a^{2} b^{3} + {\left (3 \, a^{3} b^{2} - 17 \, a^{2} b^{3} + 22 \, a b^{4} - 8 \, b^{5}\right )} \tan \left (f x + e\right )^{4} + 3 \, {\left (2 \, a^{4} b - 9 \, a^{3} b^{2} + 11 \, a^{2} b^{3} - 4 \, a b^{4}\right )} \tan \left (f x + e\right )^{2}\right )} \sqrt {b \tan \left (f x + e\right )^{2} + a}}{12 \, {\left ({\left (a^{6} b^{2} - 3 \, a^{5} b^{3} + 3 \, a^{4} b^{4} - a^{3} b^{5}\right )} f \tan \left (f x + e\right )^{5} + 2 \, {\left (a^{7} b - 3 \, a^{6} b^{2} + 3 \, a^{5} b^{3} - a^{4} b^{4}\right )} f \tan \left (f x + e\right )^{3} + {\left (a^{8} - 3 \, a^{7} b + 3 \, a^{6} b^{2} - a^{5} b^{3}\right )} f \tan \left (f x + e\right )\right )}}, -\frac {3 \, {\left (a^{3} b^{2} \tan \left (f x + e\right )^{5} + 2 \, a^{4} b \tan \left (f x + e\right )^{3} + a^{5} \tan \left (f x + e\right )\right )} \sqrt {a - b} \arctan \left (-\frac {2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {a - b} \tan \left (f x + e\right )}{{\left (a - 2 \, b\right )} \tan \left (f x + e\right )^{2} - a}\right ) + 2 \, {\left (3 \, a^{5} - 9 \, a^{4} b + 9 \, a^{3} b^{2} - 3 \, a^{2} b^{3} + {\left (3 \, a^{3} b^{2} - 17 \, a^{2} b^{3} + 22 \, a b^{4} - 8 \, b^{5}\right )} \tan \left (f x + e\right )^{4} + 3 \, {\left (2 \, a^{4} b - 9 \, a^{3} b^{2} + 11 \, a^{2} b^{3} - 4 \, a b^{4}\right )} \tan \left (f x + e\right )^{2}\right )} \sqrt {b \tan \left (f x + e\right )^{2} + a}}{6 \, {\left ({\left (a^{6} b^{2} - 3 \, a^{5} b^{3} + 3 \, a^{4} b^{4} - a^{3} b^{5}\right )} f \tan \left (f x + e\right )^{5} + 2 \, {\left (a^{7} b - 3 \, a^{6} b^{2} + 3 \, a^{5} b^{3} - a^{4} b^{4}\right )} f \tan \left (f x + e\right )^{3} + {\left (a^{8} - 3 \, a^{7} b + 3 \, a^{6} b^{2} - a^{5} b^{3}\right )} f \tan \left (f x + e\right )\right )}}\right ] \]

input
integrate(cot(f*x+e)^2/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="fricas")
 
output
[-1/12*(3*(a^3*b^2*tan(f*x + e)^5 + 2*a^4*b*tan(f*x + e)^3 + a^5*tan(f*x + 
 e))*sqrt(-a + b)*log(-((a^2 - 8*a*b + 8*b^2)*tan(f*x + e)^4 - 2*(3*a^2 - 
4*a*b)*tan(f*x + e)^2 + a^2 + 4*((a - 2*b)*tan(f*x + e)^3 - a*tan(f*x + e) 
)*sqrt(b*tan(f*x + e)^2 + a)*sqrt(-a + b))/(tan(f*x + e)^4 + 2*tan(f*x + e 
)^2 + 1)) + 4*(3*a^5 - 9*a^4*b + 9*a^3*b^2 - 3*a^2*b^3 + (3*a^3*b^2 - 17*a 
^2*b^3 + 22*a*b^4 - 8*b^5)*tan(f*x + e)^4 + 3*(2*a^4*b - 9*a^3*b^2 + 11*a^ 
2*b^3 - 4*a*b^4)*tan(f*x + e)^2)*sqrt(b*tan(f*x + e)^2 + a))/((a^6*b^2 - 3 
*a^5*b^3 + 3*a^4*b^4 - a^3*b^5)*f*tan(f*x + e)^5 + 2*(a^7*b - 3*a^6*b^2 + 
3*a^5*b^3 - a^4*b^4)*f*tan(f*x + e)^3 + (a^8 - 3*a^7*b + 3*a^6*b^2 - a^5*b 
^3)*f*tan(f*x + e)), -1/6*(3*(a^3*b^2*tan(f*x + e)^5 + 2*a^4*b*tan(f*x + e 
)^3 + a^5*tan(f*x + e))*sqrt(a - b)*arctan(-2*sqrt(b*tan(f*x + e)^2 + a)*s 
qrt(a - b)*tan(f*x + e)/((a - 2*b)*tan(f*x + e)^2 - a)) + 2*(3*a^5 - 9*a^4 
*b + 9*a^3*b^2 - 3*a^2*b^3 + (3*a^3*b^2 - 17*a^2*b^3 + 22*a*b^4 - 8*b^5)*t 
an(f*x + e)^4 + 3*(2*a^4*b - 9*a^3*b^2 + 11*a^2*b^3 - 4*a*b^4)*tan(f*x + e 
)^2)*sqrt(b*tan(f*x + e)^2 + a))/((a^6*b^2 - 3*a^5*b^3 + 3*a^4*b^4 - a^3*b 
^5)*f*tan(f*x + e)^5 + 2*(a^7*b - 3*a^6*b^2 + 3*a^5*b^3 - a^4*b^4)*f*tan(f 
*x + e)^3 + (a^8 - 3*a^7*b + 3*a^6*b^2 - a^5*b^3)*f*tan(f*x + e))]
 
3.4.56.6 Sympy [F]

\[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\int \frac {\cot ^{2}{\left (e + f x \right )}}{\left (a + b \tan ^{2}{\left (e + f x \right )}\right )^{\frac {5}{2}}}\, dx \]

input
integrate(cot(f*x+e)**2/(a+b*tan(f*x+e)**2)**(5/2),x)
 
output
Integral(cot(e + f*x)**2/(a + b*tan(e + f*x)**2)**(5/2), x)
 
3.4.56.7 Maxima [F(-1)]

Timed out. \[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\text {Timed out} \]

input
integrate(cot(f*x+e)^2/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="maxima")
 
output
Timed out
 
3.4.56.8 Giac [F(-1)]

Timed out. \[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\text {Timed out} \]

input
integrate(cot(f*x+e)^2/(a+b*tan(f*x+e)^2)^(5/2),x, algorithm="giac")
 
output
Timed out
 
3.4.56.9 Mupad [F(-1)]

Timed out. \[ \int \frac {\cot ^2(e+f x)}{\left (a+b \tan ^2(e+f x)\right )^{5/2}} \, dx=\int \frac {{\mathrm {cot}\left (e+f\,x\right )}^2}{{\left (b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a\right )}^{5/2}} \,d x \]

input
int(cot(e + f*x)^2/(a + b*tan(e + f*x)^2)^(5/2),x)
 
output
int(cot(e + f*x)^2/(a + b*tan(e + f*x)^2)^(5/2), x)